Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE.
authorCody Russell <bratsche@gnome.org>
Sun, 23 Dec 2007 21:14:09 +0000 (21:14 +0000)
committerCody Russell <bratsche@src.gnome.org>
Sun, 23 Dec 2007 21:14:09 +0000 (21:14 +0000)
commit045db5be3819a206dea47058a1ebc2b9ffee1700
treea5f0fc27c1f6fc85a90e932f2396479b42bb76d7
parentbfb8d6c03c1fab0744687823321900fec64196f8
Check that the window is mapped before setting SW_RESTORE or SW_MINIMIZE.

2007-12-23  Cody Russell  <bratsche@gnome.org>

        * gdk/win32/gdkevents-win32.c (show_window_recurse): Check that
        the window is mapped before setting SW_RESTORE or SW_MINIMIZE.
        Fixes a regression caused by #164537 patch where transient
        windows that are hidden get shown (incorrectly) when their
        parents are minimized. (#504984)

svn path=/trunk/; revision=19231
ChangeLog
gdk/win32/gdkevents-win32.c